BotaSenderTransferPolicy Struct ReferenceBOTA Sender API

Detailed Description

Structure describing transfer policy.

Data Fields

uint16_t bulkWriteSendingIntervalMs
 BULK_WRITE.request sending delay (in ms), limits the overall data transfer. More...
 
uint16_t transferRequestSendingDelaySec
 TRANSFER.request sending delay (in seconds) after last TRANSFER.confirmation was received. More...
 
uint16_t validateRequestPauseSec
 How long to wait from last BULK_WRITE.request to the first VALIDATE.request (in seconds) More...
 
uint16_t validateRequestSendingDelaySec
 VALIDATE.request sending delay (in seconds) after last VALIDATE.confirmation was received. More...
 
uint8_t transferRequestRetries
 how many times TRANSFER.request will be sent More...
 
uint8_t validateRequestRetries
 how many times VALIDATE.request will be sent More...
 

Field Documentation

◆ bulkWriteSendingIntervalMs

uint16_t BotaSenderTransferPolicy::bulkWriteSendingIntervalMs

BULK_WRITE.request sending delay (in ms), limits the overall data transfer.

◆ transferRequestSendingDelaySec

uint16_t BotaSenderTransferPolicy::transferRequestSendingDelaySec

TRANSFER.request sending delay (in seconds) after last TRANSFER.confirmation was received.

◆ validateRequestPauseSec

uint16_t BotaSenderTransferPolicy::validateRequestPauseSec

How long to wait from last BULK_WRITE.request to the first VALIDATE.request (in seconds)

◆ validateRequestSendingDelaySec

uint16_t BotaSenderTransferPolicy::validateRequestSendingDelaySec

VALIDATE.request sending delay (in seconds) after last VALIDATE.confirmation was received.

◆ transferRequestRetries

uint8_t BotaSenderTransferPolicy::transferRequestRetries

how many times TRANSFER.request will be sent

◆ validateRequestRetries

uint8_t BotaSenderTransferPolicy::validateRequestRetries

how many times VALIDATE.request will be sent


The documentation for this struct was generated from the following file:
Go to Top